projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5ca8b
)
(koi8-r): Use R for mode line.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Jun 1997 04:56:33 +0000
(
04:56
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Jun 1997 04:56:33 +0000
(
04:56
+0000)
lisp/language/cyrillic.el
patch
|
blob
|
history
diff --git
a/lisp/language/cyrillic.el
b/lisp/language/cyrillic.el
index e58fdd0db7ff9222353152c00e8c58d198db9305..f01f6d3be5dcef76ce60426dc9947c5b9a7b9afa 100644
(file)
--- a/
lisp/language/cyrillic.el
+++ b/
lisp/language/cyrillic.el
@@
-93,7
+93,11
@@
(make-coding-system
'koi8-r 4
- ?K "Coding-system used for KOI8."
+ ;; We used to use ?K. It is true that ?K is more strictly correct,
+ ;; but it is also used for Korean.
+ ;; So people who use koi8 for languages other than Russian
+ ;; will have to forgive us.
+ ?R "Coding-system used for KOI8."
(cons ccl-decode-koi8 ccl-encode-koi8))
(define-coding-system-alias 'koi8-r 'koi8)